home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Visual Basic 5.0 (2nd Edition) / Hardcore Visual Basic 5.0 - Second Edition (1997)(Microsoft Press).iso / Code / Objects.bas < prev    next >
BASIC Source File  |  1997-06-14  |  943b  |  31 lines

  1. Attribute VB_Name = "MObjects"
  2. Option Explicit
  3.  
  4. ' Global Wizard-generated declarations. DO NOT EDIT THIS COMMENT!
  5. Public MBytes As New GBytes
  6. Public MCasts As New GCasts
  7. Public MCommonControl As New GCommonControl
  8. Public MCommonDialog As New GCommonDialog
  9. Public MDraw As New GDraw
  10. Public MExeType As New GExeType
  11. Public MFileTool As New GFileTool
  12. Public MFilter As New GFilter
  13. Public MFoldTool As New GFoldTool
  14. Public MGDITool As New GGDITool
  15. Public MMath As New GMath
  16. Public MModTool As New GModTool
  17. Public MPalTool As New GPalTool
  18. Public MParse As New GParse
  19. Public MPicTool As New GPicTool
  20. Public MProcTool As New GProcTool
  21. Public MRandom As New GRandom
  22. Public MRegTool As New GRegTool
  23. Public MSettings As New GSettings
  24. Public MShort As New GShort
  25. Public MSort As New GSort
  26. Public MUtility As New GUtility
  27. Public MWinIter As New GWinIter
  28. Public MWinFindAny As New GWinFindAny
  29. Public MWinTool As New GWinTool
  30.  
  31.